func runtime.parseByteCount

2 uses

	runtime (current package)
		mgcpacer.go#L1328: 	n, ok := parseByteCount(p)
		string.go#L436: func parseByteCount(s string) (int64, bool) {